-
Notifications
You must be signed in to change notification settings - Fork 387
RI-7242: Change the tooltip title size from S to XS #4844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -10,7 +10,7 @@ interface RiTooltipContentProps { | |||
|
|||
export const HoverContent = ({ title, content }: RiTooltipContentProps) => ( | |||
<Col> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add some gap
to the Col, it seems a bit too tight in the tooltip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Attached the new screenshot. I intentionally added a small gap, because if I add a medium sized one (or bigger), then the content items also seem too tight to each other and when it is one item, it seems far from the title 😄
Code Coverage - Frontend unit tests
Test suite run success4879 tests passing in 635 suites. Report generated by 🧪jest coverage report action from 064c4c5 |
… wrapped in the theme provider when uses theme functionalities
Tooltip size S seems a little too big for the content, so changing it to XS.
Before:

After:
